Schnittstelle HighlightData
- Alle Superschnittstellen:
Chunk, Serializable
This is a container to display certain highlights in the pages displayed in a GUI component.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifikator und TypSchnittstelleBeschreibungstatic classRepresents a highlight area on a certain page.Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen Chunk
Chunk.ChunkType -
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns the key of the filter which created the highlight.getPageHighlights(int pageNr, boolean firstDocument) Returns the highlights of this container for a certain page
-
Methodendetails
-
getPageHighlights
Returns the highlights of this container for a certain page- Parameter:
pageNr- the page number, zero-basedfirstDocument-trueif the first document is referenced,falsefor the second one- Gibt zurück:
- the highlights for this page, may be
nullif there are none - Seit:
- 3.0
-
getFilterKey
String getFilterKey()Returns the key of the filter which created the highlight. This key is the same as ISortFilter.getExtensionName() of the source filter.- Gibt zurück:
- the highlight type key, may be
nullfor highlights that are only used internally. - Seit:
- 4.0
-